-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#187419110 setup test envirnoment with jest library for unit test and wrking with CI #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 7, 2024 17:55
cf9b1fc
to
a443a37
Compare
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 7, 2024 18:00
a443a37
to
db9e7c7
Compare
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 7, 2024 19:33
db9e7c7
to
585978b
Compare
niyobertin
changed the title
chore(test setup):setup test with jest library
#187419110 setup test envirnoment with jest library for unit test and wrking with CI
Jun 8, 2024
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 8, 2024 10:44
585978b
to
b19c3af
Compare
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 8, 2024 12:04
b19c3af
to
22e9f5b
Compare
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 8, 2024 12:14
22e9f5b
to
709c53a
Compare
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 8, 2024 12:26
709c53a
to
2154956
Compare
-ensure jest is configured to test components -ensure all command needed to run test are provided in readMe file [Delivers #187419110]
niyobertin
force-pushed
the
187419110-ch-setup-test-ci
branch
from
June 8, 2024 12:32
2154956
to
ab04ada
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Heisjabo
approved these changes
Jun 8, 2024
yvanddniyo
approved these changes
Jun 8, 2024
teerenzo
approved these changes
Jun 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
setup testing environoment with jest library that will be used to write unit test for react compnents and integrations of various pages on our client. Working with CI tools.
Description of Task to be completed?
Have the following badges in readMe file:
How should this be manually tested?
Clobne this repository, cd into it
Run the following comands:
What are the relevant pivotal tracker stories?
187419110